home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TWORLDPAYREQUESTFORM / TWORLDPAYREQUESTFORM.txt
Text File  |  2003-03-07  |  2KB  |  70 lines

  1. object WorldPayRequestForm: TWorldPayRequestForm
  2.   Left = 488
  3.   Top = 228
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Request new registration key'
  7.   ClientHeight = 119
  8.   ClientWidth = 343
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label2: TLabel
  20.     Left = 16
  21.     Top = 12
  22.     Width = 317
  23.     Height = 13
  24.     Caption = 
  25.       'Enter the email address you used when you registered this progra' +
  26.       'm.'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object EmailEdit: TEdit
  35.     Left = 16
  36.     Top = 28
  37.     Width = 313
  38.     Height = 21
  39.     TabOrder = 0
  40.     OnChange = EmailEditChange
  41.   end
  42.   object EmailButton: TButton
  43.     Left = 90
  44.     Top = 80
  45.     Width = 153
  46.     Height = 25
  47.     Caption = 'Email me my Registration key'
  48.     Default = True
  49.     Enabled = False
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clWindowText
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ParentFont = False
  56.     TabOrder = 1
  57.     OnClick = EmailButtonClick
  58.   end
  59.   object CancelButton: TButton
  60.     Left = 256
  61.     Top = 80
  62.     Width = 75
  63.     Height = 25
  64.     Cancel = True
  65.     Caption = 'Cancel'
  66.     TabOrder = 2
  67.     OnClick = CancelButtonClick
  68.   end
  69. end
  70.